home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_b.dir / 00349_to J1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  265 b   |  14 lines

  1. on exitFrame
  2.   global gqzbmaplist, gqzlist
  3.   setaProp(gqzbmaplist, #j, 1)
  4.   if getaProp(gqzlist, #dbonesan) = 0 then
  5.     cursor(0)
  6.     puppetTransition(26, 1, 40, 1)
  7.     go("ONESAN")
  8.   else
  9.     cursor(0)
  10.     puppetTransition(26, 1, 40, 1)
  11.     go("J1")
  12.   end if
  13. end
  14.